home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.1 KB | 53 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: PRAlert.h
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef PRALERT_H
- #define PRALERT_H
-
- #ifndef FWALTDEF_H
- #include "FWAltDef.h"
- #endif
-
- #ifndef SLSTRREP_H
- #include "SLStrRep.h"
- #endif
-
- //========================================================================================
- // FW_Alert
- //========================================================================================
-
- #if defined(FW_ODFLIB_IMPORT)
- #pragma import on
- #elif defined(FW_ODFLIB)
- #pragma export on
- #endif
-
- FW_EXTERN_C_BEGIN
-
- FW_AlertResult SL_API FW_PrivAlert(Environment* ev,
- FW_HString documentName,
- FW_HString message,
- FW_ButtonType buttonType,
- FW_IconType iconType,
- FW_DefaultButton defaultButton,
- FW_Boolean beep);
-
- FW_EXTERN_C_END
-
-
- // For CFM-68K [sfu]
-
- #if defined(FW_ODFLIB_IMPORT)
- #pragma import off
- #elif defined(FW_ODFLIB)
- #pragma export off
- #endif
-
- #endif
-